From dce38103bed462c4f87bfcdb80172ec22312e595 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:33:59 +0200 Subject: [PATCH] build: include clangd files to .gitignore (#263) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ab91d1d..3a866ba 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ /build/ NEWS-update.jl libutf8proc.pc + +# clangd +/.cache/ +/compile_commands.json -- 2.39.5